home *** CD-ROM | disk | FTP | other *** search
- Path: inforamp.net!ts14-03
- From: rmorin@inforamp.net (Randy Charles Morin)
- Newsgroups: comp.lang.c++
- Subject: Re: Modeless dialog
- Date: Sat, 16 Mar 96 09:12:46 GMT
- Organization: MiddleWorld SoftWare
- Message-ID: <4ie0mv$pc1@sam.inforamp.net>
- References: <4i4ji5$br5@rjo02.embratel.net.br>
- NNTP-Posting-Host: ts14-03.tor.inforamp.net
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- In article <4i4ji5$br5@rjo02.embratel.net.br>,
- bemge1@embratel.net.br (Gleudson Carrilho Duarte) wrote:
- > I am using MSVC 1.5 and MFC 2.5, in my application I created an
- >modeless dialog and it's always on top, even when it loses the focus, how can
- >I create a window over it.
-
- Get a handle to the modeless dialog and make that handle the parent handle of
- a new dialog. I think this new dialog will be on top, but I'm not certain.
-
- Agrivar
-